Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / GroupBackgroundColor Property

In This Topic
    GroupBackgroundColor Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the groups.
    Syntax
    'Declaration
     
    
    Public Property GroupBackgroundColor As C1Color
    public C1Color GroupBackgroundColor {get; set;}
    See Also